vendor/golang.org/x/text/unicode/bidi.Paragraph.o (field)
6 uses
	vendor/golang.org/x/text/unicode/bidi (current package)
		bidi.go#L78: 	o          Ordering
		bidi.go#L161: 	return p.o.Direction()
		bidi.go#L172: 	for i, r := range p.o.runes {
		bidi.go#L178: 	return p.o.Run(runNumber)
		bidi.go#L232: 	p.o = calculateOrdering(levels, p.runes)
		bidi.go#L233: 	return p.o, nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |